home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / advgrab.dir / 00059_Script_59 < prev    next >
Text File  |  1994-11-28  |  207b  |  9 lines

  1. on keyDown
  2.   
  3.   set the textfont of field "passwordbox1" to "helvetica"
  4.   set the textsize of field "passwordbox1" to 24
  5.   set the textstyle of field "passwordbox1" to "bold"
  6.   
  7.   pass
  8.   
  9. end keyDown